ImageObject.this

Undocumented in source.
  1. this(Impl* instance)
  2. this(size_t width, size_t height, shared(ISharedAllocator) allocator)
  3. this(size_t width, size_t height, IAllocator allocator)
    class ImageObject(Impl)
    @trusted
    static if(!(is(Impl == shared) && __traits(compiles, )))
    static if(!is(Impl == shared) && __traits(compiles, ))
    this
    (
    size_t width
    ,
    size_t height
    ,
    IAllocator allocator = theAllocator()
    )
    if (
    is(Impl == struct) &&
    isUnsigned!(ImageIndexType!Impl)
    &&
    (ImageIndexType!Impl).sizeof <= (void*).sizeof
    )

Meta